home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / DCLAP 6d / dclap6d / DBio / DSeqPict.h < prev    next >
Text File  |  1996-07-05  |  389b  |  23 lines

  1. //DSeqPict.h
  2. // d.g.gilbert, 1995
  3.  
  4.  
  5. #ifndef _DSEQPICT_
  6. #define _DSEQPICT_
  7.  
  8. #include <dgg.h>
  9.  
  10. class DWindow;
  11. class DRichView;
  12.  
  13. enum { kNucCodesID = 11883, kAminoCodesID };
  14.  
  15. void CodePicture( DWindow* aDoc, char* data, ulong datalen, 
  16.                                     short pixwidth, short pixheight, DRichView* itsView = NULL);
  17. void NucCodesPicture();
  18. void AminoCodesPicture();
  19. void AboutSeqPupPicture();
  20.  
  21. #endif
  22.  
  23.